home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / mbank213.zip / MAXIBANK.NEW < prev    next >
Text File  |  1992-05-17  |  7KB  |  163 lines

  1. May 17, 1992
  2.  
  3. MaxiBank now stores the users privilege level in the bank files
  4. Using this information, MaxiBank now will not let users
  5. transfer time to other bank accounts that are FULL, will not
  6. let users overfill others account, and now you cannot overfill
  7. a bank account while in Editor mode.
  8.  
  9. I've included a little program (FIX_PRIV.EXE) that will scan
  10. the bank data file for user names and then get the users'
  11. privilege level from user.bbs. It may be a little slow to
  12. execute if you have lots of bank accounts. Everytime a user
  13. makes a deposit, withdrawal or transfer their privilege level
  14. is updated, and all privilege levels in any old bank data file
  15. are set at disgrace levels. You can run FIX_PRIV or not, it is
  16. up to you. Type FIX_PRIV ? for more instructions. FIX_PRIV will
  17. compare bank file names against both USER.BBS names and alias'
  18. so it should work even if you are using ALIAS names.
  19.  
  20. payable Interest amounts can now be decimal numbers or fractions,
  21. small numbers like 0.0274 (10/365 = 10% per YEAR) are just as valid
  22. as 2% per day. If you do select a SMALL number then remember to also
  23. raise the number of DaysOfInterest accordingly. If you are only paying
  24. 10% per Year then you could allow 365 DaysOfInterest.
  25.  
  26.  
  27. April 30, 1992
  28.  
  29. MaxiBank can now sort a maximum of 2500 bank accounts. Previous
  30. versions had a maximum number of 500. These new sort routines
  31. can be accessed direct from the command line! A new parameter
  32. `/S' (for sort) has been added. You can sort by DATE, NAME
  33. or AMOUNT. Prefixing the option with a minus sign (-) will
  34. sort in the reverse direction. Control returns to DOS after
  35. the sort function finishes. the name of the MaxiBank data file
  36. is obtained from MaxiBank.Cfg (as well as other important
  37. information)
  38.  
  39. eg.  Maxibank /sDATE       ----  sort by date (oldest is first)
  40.      Maxibank /s-DATE      ----  reverse sort (newest is first)
  41.  
  42.      Maxibank /sNAME       ----  sort alphabetically by lastname
  43.  
  44.      Maxibank /sAmount     ----  sort by amount (largest is first)
  45.      Maxibank /s-Amount    ----  sort by amount (smallest is first)
  46.  
  47. these examples assume MaxiBank.Cfg in current directory.
  48.  
  49. if maxibank.cfg not in current directory then specify where with the
  50. `/c<filename>' parameter.
  51.  
  52. eg. MaxiBank /cc:\max\maxibank.cfg /sDate
  53.  
  54. etc...
  55.  
  56. Note: this sort command line option is not mentioned in the HELP screen
  57.       or the MaxiBank.Doc text file :-)
  58.  
  59. other cosmetic enhancements, nothing major though.
  60.  
  61.  
  62. April 26,1992
  63.  
  64. Added two new command line options, the first allows you to specify
  65. a MaxiLog option ovverride on the command line. `/L<filename>', where
  66. `filename' is the logfile to be updated. The second command line
  67. option is `/D#'. The `/D' means DELETE accounts older than `#' days.
  68. `/D30' would delete inactive accounts older than 30 days. The Maximum
  69. days to be deleted is 9999 days. Same as while in the online editor
  70. PURGE function. The first new command line option must come before the
  71. second if you want to specify a different logfile than any defined
  72. in the Maxibank.Cfg. Control retruns to DOS after execution. Perfect
  73. for routine maintenance in daily run batch files.
  74.  
  75. examples.
  76.  
  77. 1.   Maxibank /D30
  78.  
  79. delete accounts older than 30 days, report any deletions in any
  80. logfile as declared in the default MaxiBank.Cfg. If none defined
  81. then no record of the deletions will exist. Bank data file name
  82. will be obtained from MaxiBank.Cfg.
  83.  
  84. 2.  Maxibank /LBank.Del /D30
  85.  
  86. delete accounts older than 30 days, use BANK.DEL as MaxiLog file to
  87. record the deletions. MaxiBank.Cfg MaxiLog option is ignored and
  88. Bank data file is obtained from MaxiBank.Cfg.
  89.  
  90.  
  91.  
  92. April 15, 1992
  93.  
  94. RAFware CBCSystem has shut down it's BBS, and no longer has any network
  95. addresses.
  96.  
  97. Added a new feature. Users' can transfer time from their accounts to
  98. any other users accounts. A maximum of 60 minutes per day can be
  99. transfered by each user. This can be configured to a a value of
  100. anything between 1 and 60 minutes. It can not be greater than 60.
  101. Improved the logging function. Memory requirements may have increased.
  102.  
  103.  
  104. March 5, 1992.
  105.  
  106. RAFware CBCSystem has a new address, 1:153/703 (also IMExnet 89:683/109)
  107.  
  108. Operating hours are from 6 p.m. till 8 a.m.
  109.  
  110. Here we go again, Maximus v2.01wb has been released, Scott Dudley has
  111. 'fixed' the time Online Today problem but his method was unexpected
  112. and so MaxiBank is now broken again. There is a new .CFG option (another
  113. KLUDGE) "Version Max2.01". This informs MaximBank to act is a special
  114. way so as not too confuse Maximus. If you are using v2.01wb (and hopefully
  115. all future versions of Maximus) include the line
  116.  
  117. Version Max2.01
  118.  
  119. somewhere in Maxibank.Cfg. 
  120.  
  121. Also added another new .Cfg option, "MAXILOG Filename.Ext", this enables
  122. a logging function. You can use a new command line option "/NL" to shut
  123. off logging when running in local mode. The logfile can be pointed to
  124. your Max.Log if desired. This may not be advisable on Multi-Node systems
  125. with a common CBCS log file. Maxibank will Report who the user is, their
  126. relevant information and any time/byte bank transfers.
  127.  
  128. see the sample MAXIBANK.CFG for more details on these new .CFG options
  129. and for complete instructions on all .Cfg options.
  130.  
  131. If you have any problems you can Netmail me at my new location. Please
  132. include an appropriate LOGFILE segment for debugging purposes. Good Luck.
  133.  
  134.  
  135. February 13, 1992
  136.  
  137. Moved from Ottawa, Ontario to Vancouver, B.C.
  138.  
  139. I am no longer at address 1:163/126, and have not applied for
  140. a new address. Not sure if I will be getting another address
  141. or not. Time will tell.
  142.  
  143. Added support for users with hotkeys active. Previous versions of
  144. MaxiBank always used hotkey interface, but now users without hotkeys
  145. active will have to press return after making their selections. Lots
  146. of non hotkey users where getting confused by the automatic hotkey
  147. feature. Hotkeys are always active in editor mode.
  148.  
  149. Moved the sort function to the main editor menu, instead of it's
  150. previous position in the E)dit menu.
  151.  
  152. Added a few more .CFG options.
  153.  
  154. MONO will shut off all ANSI colour.
  155.  
  156. Presently MaxiBank uses only seven ANSI colour codes. You can now
  157. specify your own ANSI colour codes. At present if you specify a
  158. different ANSI colour sequence for one of the defaults, then all
  159. occurences of the old colour will be replaced with your choice.
  160. If this causes weird effects, let me know, and I might be able to
  161. expand the original 7 colour options to as many as are required.
  162.  
  163.